home *** CD-ROM | disk | FTP | other *** search
- /*
- * progerr.h - error names for program-specific errors.
- *
- * The value of an error here is a string number to be passed to
- * progstop(), prognote(), or progcaution().
- */
-
- #define PE_NOMEM 1 /* out of memory */
- #define PE_TYPE 2 /* wrong type of file */
- #define PE_CORRUPT 3 /* data file is corrupt */
- #define PE_VBAD 4 /* incompatible file version */
-